const runtime.pollClosing
3 uses
runtime (current package)
netpoll.go#L124: pollClosing = 1 << iota
netpoll.go#L136: func (i pollInfo) closing() bool { return i&pollClosing != 0 }
netpoll.go#L156: info |= pollClosing
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)